projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfedc9
)
Remove unnecessary whitespace.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:55 +0000
(19:02 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:55 +0000
(19:02 +0000)
lisp/abbrevlist.el
patch
|
blob
|
history
diff --git
a/lisp/abbrevlist.el
b/lisp/abbrevlist.el
index d10679e7aaa825122bb55bf0fd23b326ab5189f1..8ffa7cb5294d77019b567412f6843f06aa58c8fa 100644
(file)
--- a/
lisp/abbrevlist.el
+++ b/
lisp/abbrevlist.el
@@
-33,7
+33,7
@@
(save-excursion
(let ((abbrev-list nil) (first-column 0))
(set-buffer standard-output)
- (mapatoms
+ (mapatoms
(function (lambda (abbrev)
(setq abbrev-list (cons abbrev abbrev-list))))
abbrev-table)